home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 1994, William Wagner
- ; All Rights reserved.
- ;
- ; This source is a portion of a shareware program. It may be distributed
- ; only in its entirety. The copyright statements must be included with any
- ; reproduction of this source.
- ;
-
- ; cassette.def : Declares the module parameters for the application.
-
- NAME CASSETTE
- DESCRIPTION 'CASSETTE Windows Application'
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024 ; initial heap size
- ; Stack size is passed as argument to linker's /STACK option
-
-
-